ActiveReports 9
Listen<TModel>(TModel,Action<String>) Method

Listens to any property changes
Syntax
'Declaration
 
Public Overloads Shared Function Listen(Of TModel As System.ComponentModel.INotifyPropertyChanged)( _
   ByVal model As TModel, _
   ByVal action As System.Action(Of String) _
) As System.IDisposable
public static System.IDisposable Listen<TModel>( 
   TModel model,
   System.Action<string> action
)
where TModel: System.ComponentModel.INotifyPropertyChanged

Parameters

model
action

Type Parameters

TModel
See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum